projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e53dc9
)
(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 5 May 2006 06:43:50 +0000
(06:43 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 5 May 2006 06:43:50 +0000
(06:43 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 1aca0127763ff1a8c8957fbf15ad0ec1051b85b9..30b06ef38fcc9e0b2ad878418eaa0415ee42007d 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-5881,8
+5881,7
@@
make_lispy_event (event)
spec[1] = event->y;
return Fcons (Qmac_apple_event,
Fcons (Fvector (2, spec),
- Fcons (mac_make_lispy_event_code (event->code),
- Qnil)));
+ Fcons (event->arg, Qnil)));
}
#endif